projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f3a6de
)
Clarify hi-lock-find-patterns
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 29 Apr 2016 20:53:42 +0000
(22:53 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 29 Apr 2016 20:53:42 +0000
(22:53 +0200)
* lisp/hi-lock.el (hi-lock-find-patterns): Doc clarification
(bug#17989).
lisp/hi-lock.el
patch
|
blob
|
history
diff --git
a/lisp/hi-lock.el
b/lisp/hi-lock.el
index ec14e0b4329e75f8514a54995b31f5fb15a26c2e..549010dda034d0416b0b9e5042fead60f6cdf40a 100644
(file)
--- a/
lisp/hi-lock.el
+++ b/
lisp/hi-lock.el
@@
-727,7
+727,7
@@
with completion and history."
(font-lock-flush)))
(defun hi-lock-find-patterns ()
- "
Find patterns in current buffer for hi-lock
."
+ "
Add patterns from the current buffer to the list of hi-lock patterns
."
(interactive)
(unless (memq major-mode hi-lock-exclude-modes)
(let ((all-patterns nil)